/*首页about*/
.lanmuc-abtd{ width:100%; height:440px; margin-top:30px;}
.lanmuc-abtd .ab{ width:1200px; height:auto; margin:0 auto;}
.lanmuc-abtd .bt{ width:100%; height:70px; padding:20px 0; text-align:center; line-height:30px; font-size:12px;}
.lanmuc-abtd .bs{ color:#999;}
.lanmuc-abtd .fg{width:50px; height:2px; background-color:#fb592d; margin:6px  auto;}
.lanmuc-abtd .abz{ width:500px; height:300px; margin-right:50px; float:left; overflow:hidden;}
.lanmuc-abtd .abz img{ width:500px; height:300px;}
.lanmuc-abtd .aby {
    text-overflow: ellipsis;
    width: 610px;
    height: 280px;
    float: right;
    padding: 20px;
    line-height: 30px;
    position: relative;
    color: #666;
    text-indent: 2rem;
    overflow: hidden;
    -webkit-line-clamp: 8;
    display: -webkit-box;
     -webkit-box-orient: vertical;
}

element.style {
}
.lanmuc-abtd .more {color:#666;
    border-radius: 20px;
    text-indent: 0;
    border: 1px solid #ccc;
    width: 130px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    position: absolute;
    left: 24px;
    bottom: 30px;
}
.lanmuc-abtd .more:hover{ color:#333;}
